home *** CD-ROM | disk | FTP | other *** search
- *** c:\bp\rtl\sys\system.pas Wed Oct 28 07:00:00 1992
- --- system.pas Mon Oct 03 13:20:28 1994
- ***************
- *** 503,505 ****
- --- 503,514 ----
- {$ENDIF}
-
- +
- + const
- + CheckMem:WordBool = FALSE;
- + StoreAlloc:pointer = nil;
- + FreeAlloc:pointer = nil;
- +
- +
- + begin
- + ErrorAddr := @CheckMem;
- end.
-